Release 10.1A: OpenEdge Data Management:
SQL Reference


ALTER USER

Changes the password for the specified user.

Syntax

ALTER USER 'username', 'old_password', 'new_password' ; 

Example

In this example, the ALTER USER statement Jasper changes the Jasper account password from normandy to brittany:

ALTER USER 'Jasper', 'normandy', 'brittany' ; 

Notes

Authorization

User specified in username.

Related statements

CREATE USER, DROP USER


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095